home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / AOL90 / COMPS.INI < prev    next >
INI File  |  2004-11-19  |  8KB  |  387 lines

  1.  
  2. ; ******************************************************************************
  3. ; DATA FORMAT
  4. ; -----------
  5. ;
  6. ; [<AppID>]                    - App ID must be less than 6 characters long
  7. ; source=<path to file>        - Required for copying (omit if not copying)
  8. ; dest=<path to file>          - Required for copying (omit if not copying)
  9. ; target=<path to EXE>         - Required if launching app (omit if not launching app)
  10. ; params=<cmd line parameters> - Optional (omit if not launching app)
  11. ;
  12. ; <path to file> = <Path Prefix>:<Path Modifier><File Path>
  13. ;
  14. ; Example: source=INS:comps\vwpt.exe
  15. ;
  16. ; Valid Values For <Path Prefix>
  17. ; ------------------------------
  18. ; AOL - The path to the AOL Install Folder (Default: C:\Program Files\America Online 9.0).
  19. ; SHR - The path to the AOLShare folder.
  20. ; INS - The path to the folder from which the AOL installer was launched.
  21. ; CMN - The path to the Windows "Common Files" folder.
  22. ; SYS - The path to the Windows System folder.
  23. ; TMP - The path to the Windows Temp folder.
  24. ; CAD - The path to the Windows Common Application Data folder.
  25. ; REG - Read the path from the registry.
  26. ;     - Syntax: REG:{HKLM | HKCU}\<RegKey>,<RegValueToReadPathFrom>:<FileToCopyToPath>
  27. ;               <ValueToReadPathFrom> must be of type REG_SZ and be the fully qualified 
  28. ;                                     path to the destination folder for <FileToCopyToPath>.
  29. ;
  30. ; Valid <Path Modifier> Values
  31. ; ----------------------------
  32. ; "\" - Path is relative to the root of the drive the prefix points to.
  33. ' ""  - Path is relative to the path that the prefix points to.
  34. ; ******************************************************************************
  35.  
  36.  
  37. ; **** Core Client Install/Restore Application ****
  38. [comp02]
  39. source=INS:comp02.000
  40. dest=AOL:backup\restore\comp02.000
  41. target=INS:comp02.000
  42.  
  43. ; **** NSIS Converted Install Script ****
  44. [comp03]
  45. target=INS:comp03.000
  46. params=/S
  47.  
  48. ; **** AOL Components ****
  49. ; AOL Coach (aka "E-Support")
  50. [cdll]
  51. source=INS:Comps\coach\acpver.dll
  52. dest=AOL:Jiti\acpver.dll
  53. NeedsInstallWithRef=0
  54.  
  55. [coach]
  56. target=INS:Comps\coach\aolcinst.exe
  57. params=-s
  58. instSpace=1000
  59. footSpace=7500
  60. tempSpace=2000
  61. mainTimeoutInSec=20
  62. timeToFirstUpdInSec=0
  63. firstUpdPercent=0
  64. allowKill=1
  65.  
  66.  
  67. ; **** Third Party Components ****
  68. ;*  O C P *
  69. [ocdll]
  70. dest=INS:Comps\ocp\ocpchk.dll
  71. source=INS:Comps\ocp\ocpchk.dll
  72. NeedsInstallWithRef=1
  73.  
  74. [ocp]
  75. target=INS:Comps\ocp\ocpinst.exe
  76. params=/S /localestr=en-US
  77. instSpace=1000
  78. footSpace=1500
  79. tempSpace=1200
  80. mainTimeoutInSec=60
  81. timeToFirstUpdInSec=60
  82. firstUpdPercent=100
  83. allowKill=1
  84.  
  85. ; Real Player
  86. [rpdll]
  87. source=INS:Comps\rp\RealChk.dll
  88. dest=AOL:Jiti\RealChk.dll
  89. NeedsInstallWithRef=0
  90.  
  91. [rp]
  92. source=INS:Comps\rp\realpl8.exe
  93. dest=AOL:Jiti\Real.exe
  94. target=INS:Comps\rp\realpl8.exe
  95. params=-s
  96. instSpace=6000
  97. footSpace=17000
  98. tempSpace=17000
  99. mainTimeoutInSec=30
  100. timeToFirstUpdInSec=0
  101. firstUpdPercent=0
  102. allowKill=1
  103.  
  104.  
  105. [rp9up]
  106. source=INS:Comps\rp\rp9codec.exe
  107. dest=AOL:Jiti\Real9_codec_upd.exe
  108. target=INS:Comps\rp\rp9codec.exe
  109. instSpace=1024
  110. footSpace=3000
  111. tempSpace=0
  112. mainTimeoutInSec=30
  113. timeToFirstUpdInSec=0
  114. firstUpdPercent=0
  115. allowKill=0
  116.  
  117.  
  118. [rp8up]
  119. source=INS:Comps\rp\real_upd.exe
  120. dest=AOL:Jiti\real_upd.exe
  121. target=AOL:Jiti\real_upd.exe
  122. instSpace=1024
  123. footSpace=3000
  124. tempSpace=0
  125. mainTimeoutInSec=30
  126. timeToFirstUpdInSec=0
  127. firstUpdPercent=0
  128. allowKill=1
  129.  
  130.  
  131. ; Viewpoint
  132. [vpdll]
  133. source=INS:Comps\vwpt\AOLVPChk.dll
  134. dest=AOL:Jiti\AOLVPChk.dll
  135. NeedsInstallWithRef=0
  136.  
  137. [vwpt]
  138. source=INS:Comps\vwpt\vwpt.exe
  139. dest=AOL:Jiti\viewpoint.exe
  140. target=INS:Comps\vwpt\vwpt.exe
  141. params=/S
  142. instSpace=4000
  143. footSpace=7500
  144. tempSpace=2000
  145. mainTimeoutInSec=20
  146. timeToFirstUpdInSec=0
  147. firstUpdPercent=0
  148. allowKill=1
  149.  
  150.  
  151. [vwpt1]
  152. source=INS:Comps\vwpt\AOLTheme.mtx
  153. dest=SHR:Themes\AOLTheme.mtx
  154.  
  155. ; [vwche1]
  156. ; source=INS:Comps\vwpt\VMPCache.mtz
  157. ; dest=AOL:Jiti\VMPCache.mtz
  158.  
  159. [vwche]
  160. ; source=INS:Comps\vwpt\VPPrePop.exe
  161. ; dest=AOL:Jiti\VMP_Cache_Populator.exe
  162. ; target=AOL:Jiti\VMP_Cache_Populator.exe
  163. target=INS:Comps\vwpt\VPPrePop.exe
  164. params=VMPCache.mtz -k
  165. instSpace=1024
  166. footSpace=1024
  167. tempSpace=2048
  168.  
  169. ; Generic Flash Installer
  170. [swf6]
  171. target=INS:Comps\flash\FlashAX.exe
  172. params=/Q
  173. instSpace=4200
  174. footSpace=8151
  175. tempSpace=4500
  176. mainTimeoutInSec=20
  177. timeToFirstUpdInSec=60
  178. firstUpdPercent=100
  179. allowKill=0
  180.  
  181. ; Sun Java Runtime Engine
  182. [jre]
  183. target=INS:Comps\jre\jre.exe
  184. params=/s /a /s
  185. instSpace=12000
  186. footSpace=38000
  187. tempSpace=25000
  188. mainTimeoutInSec=30
  189. timeToFirstUpdInSec=70
  190. firstUpdPercent=20
  191. allowKill=1
  192.  
  193.  
  194. ; Apple QuickTime
  195. [qtdll]
  196. source=INS:Comps\qt\QTInsInf.dll
  197. dest=AOL:Jiti\QTInstallInfo.dll
  198. NeedsInstallWithRef=0
  199.  
  200. [qtime]
  201. target=INS:Comps\qt\qt.exe
  202. params=-SuppressWarningDialogs
  203. instSpace=0
  204. footSpace=15000
  205. tempSpace=10000
  206. mainTimeoutInSec=60
  207. timeToFirstUpdInSec=0
  208. firstUpdPercent=0
  209. allowKill=1
  210.  
  211.  
  212. ; Adobe
  213. [acror]
  214. target=INS:Comps\adobe\reader.exe
  215. params=-s -a -s /V"AOLLAUNCH=1 /qn" /SMS
  216. instSpace=14000
  217. footSpace=56000
  218. tempSpace=14000
  219. mainTimeoutInSec=30
  220. timeToFirstUpdInSec=45
  221. firstUpdPercent=10
  222. allowKill=1
  223.  
  224.  
  225. [acrdll]
  226. source=INS:Comps\adobe\reader.dll
  227. dest=AOL:Jiti\reader.dll
  228. NeedsInstallWithRef=0
  229.  
  230. ; Anti Spyware
  231. [asp]
  232. target=INS:Comps\asp\aspsetup.exe
  233. params=/s
  234. instSpace=5500
  235. footSpace=7000
  236. tempSpace=0
  237. mainTimeoutInSec=20
  238. timeToFirstUpdInSec=0
  239. firstUpdPercent=0
  240. allowKill=1
  241.  
  242.  
  243. [aspdll]
  244. source=INS:Comps\asp\aspcheck.dll
  245. dest=AOL:Jiti\aspcheck.dll
  246. NeedsInstallWithRef=0
  247.  
  248. ; ACS
  249. [acs]
  250. source=INS:Comps\acs\AcsSetup.exe
  251. target=INS:Comps\acs\AcsSetup.exe
  252. params=/S /C /P
  253. instSpace=4200
  254. footSpace=8151
  255. tempSpace=2048
  256. mainTimeoutInSec=20
  257. timeToFirstUpdInSec=0
  258. firstUpdPercent=0
  259. allowKill=0
  260.  
  261. [acsdll]
  262. source=INS:Comps\acs\AcsInstA.dll
  263. dest=CMN:AOL\ACS\AcsInstA.dll
  264.  
  265. ; Deskbar
  266. [deskbr]
  267. target=INS:Comps\deskbar\deskbr.exe
  268. params=/S
  269. instSpace=1000
  270. footSpace=1000
  271. tempSpace=1024
  272. mainTimeoutInSec=30
  273. timeToFirstUpdInSec=45
  274. firstUpdPercent=10
  275. allowKill=1
  276.  
  277. ; IE toolbar
  278. [toolbr]
  279. target=INS:Comps\toolbar\toolbr.exe
  280. params=/S
  281. instSpace=1000
  282. footSpace=1000
  283. tempSpace=1024
  284. mainTimeoutInSec=30
  285. timeToFirstUpdInSec=45
  286. firstUpdPercent=10
  287. allowKill=1
  288.  
  289. ; Symantec ALE for Norton Internet Security
  290. [nisale]
  291. target=INS:comps\fw\nisale.exe
  292. instSpace=500
  293. footSpace=50
  294. tempSpace=500
  295. mainTimeoutInSec=20
  296. timeToFirstUpdInSec=20
  297. firstUpdPercent=100
  298. allowKill=1
  299.  
  300.  
  301. ; AOL Talkback
  302. [tbdll]
  303. source=INS:Comps\tb\tbinst.dll
  304. dest=INS:Comps\tb\tbinst.dll
  305. NeedsInstallWithRef=1
  306.  
  307. [tb]
  308. target=INS:Comps\tb\TBSetup.exe
  309. params=/S /REF=
  310. instSpace=500
  311. footSpace=550
  312. tempSpace=0
  313. mainTimeoutInSec=20
  314. timeToFirstUpdInSec=0
  315. firstUpdPercent=0
  316. allowKill=1
  317.  
  318.  
  319. ; AOL TopSpeed
  320. [tsdll]
  321. source=INS:Comps\tpspd\tsverchk.dll
  322. dest=AOL:Jiti\tsverchk.dll
  323. NeedsInstallWithRef=1
  324.  
  325.  
  326. [tpspd]
  327. target=INS:Comps\tpspd\TSSetup.exe
  328. params=/S /REFERENCE=
  329. instSpace=400
  330. footSpace=700
  331. tempSpace=0
  332. mainTimeoutInSec=20
  333. timeToFirstUpdInSec=0
  334. firstUpdPercent=0
  335. allowKill=1
  336.  
  337. ; AOL Sysinfo
  338. [sidll]
  339. dest=INS:Comps\sysinfo\SiNdInst.dll
  340. source=INS:Comps\sysinfo\SiNdInst.dll
  341. NeedsInstallWithRef=1
  342.  
  343. [sysinf]
  344. target=INS:Comps\sysinfo\SinfInst.exe
  345. params=/S /localestr=en-US
  346. instSpace=1000
  347. footSpace=1500
  348. tempSpace=1200
  349. mainTimeoutInSec=20
  350. timeToFirstUpdInSec=0
  351. firstUpdPercent=0
  352. allowKill=1
  353.  
  354. ; Language pack
  355. [lp]
  356. target=INS:Comps\lp\langpack.exe
  357. params=/S
  358. instSpace=2300
  359. footSpace=5500
  360. tempSpace=1200
  361. mainTimeoutInSec=25
  362. timeToFirstUpdInSec=0
  363. firstUpdPercent=0
  364. allowKill=1
  365.  
  366. ; Port Magic
  367. [pmdll]
  368. source=INS:Comps\port\pmverchk.dll
  369. dest=INS:Comps\port\pmverchk.dll
  370. NeedsInstallWithRef=0
  371.  
  372. ; Port Magic
  373. [port]
  374. target=INS:Comps\port\pmsetup.exe
  375. params=/S
  376. instSpace=0
  377. footSpace=5000
  378. tempSpace=0
  379. mainTimeoutInSec=20
  380. timeToFirstUpdInSec=0
  381. firstUpdPercent=0
  382. allowKill=1
  383.  
  384. ; Art DB
  385. [art]
  386. source=INS:Comps\art\art.idx
  387.